home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libcruft / ranlib / wrap.f < prev   
Text File  |  1996-07-19  |  305b  |  11 lines

  1.       subroutine dgennor (av, sd, result)
  2.       double precision av, sd, result
  3.       result = gennor (real (av), real (sd))
  4.       return
  5.       end
  6.       subroutine dgenunf (low, high, result)
  7.       double precision low, high, result
  8.       result = genunf (real (low), real (high))
  9.       return
  10.       end
  11.